From 4ccf2aba7040a7a1983afa5c9b3e3d39528e71ca Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 16 Apr 2004 00:06:12 +0000 Subject: [PATCH] catlinks, center class --- stylesheets/monobook/main.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index aef452900d..6064a934b8 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -265,11 +265,16 @@ pre { margin: -1.6em 0 0.6em 1em; color: #7d7d7d; } - #siteSubtitle { display: none; } - +#catlinks { + width: 40%; + text-align: right; + float: right; + position: relative; + margin-top: -1.5em; +} #content { padding: 0 0 1em 0em; @@ -331,6 +336,11 @@ pre { text-decoration: none; } +/* emulate center */ +.center { + width: 100%; + text-align: center; +} /* ** mediawiki-specific styles */ -- 2.20.1